From 01d007195841d196e5d8dd1ee112a7e516ca60c2 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 24 May 1993 22:34:52 +0000 Subject: [PATCH] (C_SWITCH_MACHINE): Definition deleted. --- src/m/next.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/m/next.h b/src/m/next.h index 783ead93d94..37c525ccccb 100644 --- a/src/m/next.h +++ b/src/m/next.h @@ -99,9 +99,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define LIB_GCC +#if 0 /* ohl@chico.harvard.edu says to do this. */ /* Compile "strict bsd" to avoid warnings from include files */ #define C_SWITCH_MACHINE -bsd +#endif /* Link this program just by running cc. */ #define ORDINARY_LINK -- 2.30.2